home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / frame_55 / PlaceObject2_658_26 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  271 b   |  14 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.AC_copter))
  3.    {
  4.       _root.AC_finalLength = _root.AC_length;
  5.       _root.gotoAndStop("AC_gameOver");
  6.    }
  7.    if(this._x <= -378)
  8.    {
  9.       _X = 1079;
  10.    }
  11.    this._x -= _root.AC_moveSpeed;
  12.    trace(_X);
  13. }
  14.